Evaluation Questions: Which lake has the highest fish populations? King salmon? Streamplot?
# Get the Data# Read in with tidytuesdayR package # Install from CRAN via: install.packages("tidytuesdayR")# This loads the readme and all the datasets for the week of interest# Either ISO-8601 date or year/week works!tuesdata <- tidytuesdayR::tt_load('2021-06-08')
--- Compiling #TidyTuesday Information for 2021-06-08 ----
--- There are 2 files available ---
--- Starting Download ---
Downloading file 1 of 2: `stocked.csv`
Warning: One or more parsing issues, call `problems()` on your data frame for details,
e.g.:
dat <- vroom(...)
problems(dat)